.. _CVidPng Class: ========================== CVidPng Class ========================== .. toctree:: :maxdepth: 1 * :ref:`Overview` * :ref:`Quick Reference` * :ref:`Methods` ---- .. _CVidPng_Overview: Overview --------------- .. note:: The **CVidPng** class handles rendering of png images The structure used for this class is :ref:`CVidPng` ---- .. _CVidPng_QuickRef: Quick Reference --------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | **Quick Ref** | +-------------------------------------------------------------------------------------------------------------------------------------+ | int **CVidPng\:\:Render**\(int x, int y, :ref:`CRect`\& rMosaic, :ref:`CRect`\& rClip, unsigned long dwFlags) | +-------------------------------------------------------------------------------------------------------------------------------------+ ---- .. _CVidPng_Methods: Methods --------------- +-----------------------------------------+-----------------------------------------------------------------------------------------+ | **Name** | **Description** | +-----------------------------------------+-----------------------------------------------------------------------------------------+ | :ref:`CVidPng\:\:Render` | | +-----------------------------------------+-----------------------------------------------------------------------------------------+ ---- .. _CVidPngRender: CVidPng\:\:Render ^^^^^^^^^^^^^^^^^ :: int CVidPng::Render( int x, int y, CRect& rMosaic, CRect& rClip, unsigned long dwFlags); **Parameters** * ``int`` *x* - * ``int`` *y* - * :ref:`CRect`\& *rMosaic* - * :ref:`CRect`\& *rClip* - * ``unsigned long`` *dwFlags* - **Return Value** Returns ``int`` **Remarks**